From 5db92b8d7b9a0ec7a0711c027288629f81cfa928 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Fri, 18 May 2018 15:37:38 -0600 Subject: [PATCH] Revert "fix travis builds" This reverts commit 3e5d604ad38573a755d5c2fdf1d9593dc6a76d1d. --- .travis.yml | 4 ++-- build_and_test | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a9029ab6..4704d9ceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ install: script: - if [ "${USE_DOCKER}" = "true" ]; then ./docker_hook; fi - - if [ "${USE_DOCKER}" = "false" ]; then LDFLAGS=-Wl,-rpath,/opt/qt${QT_VERSION}/lib ./build_and_test; fi - - unset QTDIR; unset LD_LIBRARY_PATH; unset PKG_CONFIG_PATH; # partially undo qt${QT_VERSION}-env.sh for linuxdeployqt based on https://github.com/probonopd/linuxdeployqt + - if [ "${USE_DOCKER}" = "false" ]; then LDFLAGS=-Wl,-rpath,/opt/qt${QT_VERSION}/lib ./build_and_test; fi + - ./gpsbabel -D 1 - if [ "${USE_DOCKER}" = "false" ]; then export VERSION=$(git rev-parse --short HEAD); fi # linuxdeployqt uses this for naming the file - if [ "${USE_DOCKER}" = "false" ]; then cd gui; QMAKE=/opt/qt${QT_VERSION}/bin/qmake LINUXDEPLOYQT=../linuxdeployqt ./makeappimage.sh; fi diff --git a/build_and_test b/build_and_test index 7e5b5e627..6e654bedc 100755 --- a/build_and_test +++ b/build_and_test @@ -27,7 +27,6 @@ mkdir -p $GBTEMP make toolinfo make clean make -./gpsbabel -D 1 || true make linux-gui make doc make gpsbabel.html -- 2.30.2